Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.agenda.core.types--doctype

This contribution is part of XML component org.nuxeo.ecm.agenda.core.types inside nuxeo-agenda-5.8.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="Schedulable">
          <schema name="vevent"/>
        </facet>
  • <doctype extends="Document" name="VEVENT">
          <schema name="common"/>
          <schema name="uid"/>
          <schema name="dublincore"/>
          <schema name="vevent"/>
          <facet name="Commentable"/>
          <facet name="Schedulable"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="Schedulable">
      <schema name="vevent"/>
    </facet>

    <doctype extends="Document" name="VEVENT">
      <schema name="common"/>
      <schema name="uid"/>
      <schema name="dublincore"/>
      <schema name="vevent"/>
      <facet name="Commentable"/>
      <facet name="Schedulable"/>
    </doctype>
  </extension>